home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11790 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.1 KB

  1. Path: druid.borland.com!usenet
  2. From: Conrad Herrmann <cherrmann@wpo.borland.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Does Borland C++ 5.0 do Dos DPMI-32 (Does it include PowerPak for Dos)?
  5. Date: Fri, 15 Mar 1996 16:53:41 -0800
  6. Organization: Borland International
  7. Message-ID: <314A1115.3ACB@wpo.borland.com>
  8. References: <4hdetv$bhp@frodo.smartlink.net> <313BADFC.4D63@public.sta.net.cn> <4hu20f$23@nnrp1.news.primenet.com>
  9. NNTP-Posting-Host: walden.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  14.  
  15. Jer wrote:
  16. > BC++ 5 is in essense a Windows
  17. > only compiler, as far as I know. The bundled BC++ 4.52 does not
  18. > support the latest features, as in name spaces, etc. Watcom on the
  19. > other hand upgraded everything. All their compilers support the latest
  20. > features. It upsets me that Borland has summarily decided to drop dos
  21. > development. I have many many programs that require maintenance that
  22. > will take years to convert to Win 95, or Win 3.1 for that matter, that
  23. > would benifit from the new C++ features and dos extension. Borland, I
  24. > guess, expects us to throw away millions of lines of code, just so
  25. > that we can upgrade to their new toy.
  26.  
  27. I'm not familiar with Watcom, so I'll take your word for it.  
  28.  
  29. However, you have been misinformed about Borland C++ 5.0.  BC 
  30. 5.0 *does* support developing DOS, Win3.1 and Win32 apps, using 
  31. the new compiler and language features and the IDE.  Perhaps you 
  32. are mistaking Borland's product for Microsoft's, which only 
  33. supports building Win32 apps.
  34.  
  35. The BC 5.0 IDE will only *run* on a Win32 platform, but that 
  36. does not keep you from *targetting* apps for Win 3.1 or DOS.  
  37. Since Windows NT is increasingly popular, supports running 
  38. (most) DOS and Win3.1 applications, and is almost crash-proof, 
  39. this is an ideal environment for developing from.
  40.  
  41. Pretty much the only reason Borland decided to include BC 4.52 
  42. was that there are still developers who want to use Win 3.1 to 
  43. do development using the IDE, and since the CD-ROM space is 
  44. practically free, we threw it on there to support them.
  45.  
  46. -- Conrad Herrmann
  47. (Borland C++)
  48.